Comparison Operators

Boolean operator==(Space& s)

Returns TRUE if and only if the space s is the same as this space. Two distinct spaces with the same cartesian product structure are not considered equal.

Boolean operator!=(Space& s)

Returns TRUE if and only if the space s is not the same as this space.